Logs user into the system
| Get | loginUser |
Resource Path: /user/login
| Name | Description | Data Type |
|---|---|---|
| username | The user name for login | string |
| password | The password for login in clear text | string |
The response body is of type string.
successful operation| Fault | Description |
|---|---|
| 400 | Invalid username/password supplied |